projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7268295
)
* configure.ac: Better HAVE_NATIVE_COMP description
author
Andrea Corallo
<akrl@sdf.org>
Sun, 4 Oct 2020 07:12:49 +0000
(09:12 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 4 Oct 2020 17:44:15 +0000
(19:44 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 990933afc931272bcc2abd7df94e28f4b4d527e8..3d24751c93448ee57cae1593326c948dea1da5b3 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3809,7
+3809,7
@@
if test "${with_nativecomp}" != "no"; then
LIBGCCJIT_LIB="-lgccjit -ldl"
fi
NEED_DYNLIB=yes
- AC_DEFINE(HAVE_NATIVE_COMP, 1, [Define to 1 if
you have the libgccjit library (-lgccjit)
.])
+ AC_DEFINE(HAVE_NATIVE_COMP, 1, [Define to 1 if
native compiler is available
.])
fi
AC_DEFINE_UNQUOTED(NATIVE_ELISP_SUFFIX, ".eln",
[System extension for native compiled elisp])